이텔릭체 : italic1, italic2
볼드체 : bold1, bold2
inline code
아래첨자 : subscript2
위첨자 : subscript2
~~strikethrough
…
짧은 대쉬 : –
긴 대쉬 : —
*, _, ~, \
그림이름
하나의 줄에서 공백(space) 두 개 이상 또는 백슬래시(\)하나 입력 후 앤터
End a line with two spaces to start
a new paragraph
End a line with two spaces to start
a new paragraph
A footnote1
단축키로 Ctrl + Shift + C 사용 가능
There are three kinds of lies : lies, damn lies, and statistics
— Benjamin Disraeli
-줄 안에 수식 입력 시 \(수식표현\) 으로 입력
-수식 display style(보통 교과서에 정리 및 정의에 기술된 수식들)적용 시 \[ ~ \] 안에 수식 입력
-수식 표현은 LaTeX의 수식 표현을 동일하게 준용(https://www.latex4technics.com/, https://latex.codecogs.com/legacy/eqneditor/editor.php에서 수식 입력 명령어 학습 가능)
-LaTeX 수식 입력 코드는 - 예시
-inline equation : \(P(X = x) = f(x; n, p) = {n \choose x} p^x (1-p)^{n-x}\)
-Math block : \[P(X = x) = f(x; n, p) = {n \choose x} p^x (1-p)^{n-x}\]
$ $ 또는 \[ \] 안에 LaTeX에서 제공하는 수식 함수 사용 가능
\[\begin{array}{ccc} x_{11} & x_{12} & x_{13}\\ x_{21} & x_{22} & x_{23} \end{array}\]
\[\Theta = \begin{pmatrix}\alpha & \beta\\ \gamma & \delta \end{pmatrix}\]
\[\begin{align} g(X_{n}) &= g(\theta)+g'({\tilde{theta}})(X_{n}-\theta) \notag \\ \sqrt{n}[g(X_{n})-g(\theta)] &= g'\left({\tilde{\theta}}\right) \sqrt{n}[X_{n}-\theta ] \end{align}\]
각주내용↩︎